Issues In Exception Handling ^^^^^ **Definition:** * A test case that succeeds even when an exception is thrown. Mostly, the exception is ignored along with its type, which represents specific semantics. This may lead to false results, e.g. when testing the authentication protocol. **Also Known As:** * The Secret Catcher **References:** .. admonition:: Quality attributes * :octicon:`file-code;1em` - Code Example * :octicon:`comment-discussion;1em` - Cause and Effect * :octicon:`graph;1em` - Frequency * :octicon:`sync;1em` - Refactoring * `Did You Remember To Test Your Tokens? `_ :octicon:`comment-discussion;1em`